<%'Dynamic Link set Product_InformationRecordSet = CreateObject("ADODB.RecordSet") Product_InformationRecordSet.Open "select * from Products where Category = 'Saw Blades'", ConnectString("LooseScrews") set Product_Information = WrapRecordSet(Product_InformationRecordSet, "ProductID") Product_Information.Move GetRecordIndex() - 1 %>

Navigating Through an Item List

1. Create links that the user should click on to go the previous and next records.
2. Select the link for the previous record.
3. Check the Link Action option in the Binding Details tab of the Dynamic Link palette, selecting Previous Record from the pulldown menu.
4. Repeat step 3 with the link to the next record.
Dynamic Output
>previous>next

Product Type: <%=Product_Information.Value("Type")%>
Price: $<%=Product_Information.Value("Price")%>

<% if 0 then %> <% end if %>